wayland.windowManager.hyprland.submaps.<name>.settings

Hyprland binds to be put in the submap

Type
Hyprland binds
Default
{ }
Example
{
  binde = [
   ", right, resizeactive, 10 0"
   ", left, resizeactive, -10 0"
   ", up, resizeactive, 0 -10"
   ", down, resizeactive, 0 10"
  ];

  bind = [
    ", escape, submap, reset"
  ];
}
Declared
<home-manager/modules/services/window-managers/hyprland.nix>